home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000348_news@columbia.edu _Tue Mar 4 16:38:16 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA02368
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 4 Mar 1997 16:38:15 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA07040
  7.     for kermit.misc@watsun; Tue, 4 Mar 1997 16:38:14 -0500 (EST)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!news.sprintlink.net!news-peer.sprintlink.net!news.sprintlink.net!news-hub.sprintlink.net!news.sprintlink.net!news-fw-22.sprintlink.net!moon.why.net!not-for-mail
  9. From: Rick Gorton <gortonr@why.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: SET FILE NAMES
  12. Date: Tue, 04 Mar 1997 11:24:01 -0600
  13. Organization: The Why? Network
  14. Lines: 9
  15. Message-ID: <331C5AB1.6828@why.net>
  16. NNTP-Posting-Host: 207.211.120.88
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.01Gold (Win95; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:6685
  22.  
  23. I have been working with a script to transmit compressed files from one
  24. Unix machine to another Unix machine. I am not having any problems
  25. transmitting the compressed files (when I set file type binary on both
  26. machines). The problem is that when the file transmits, it ends up on
  27. the other end with a .z extension (rather than a .Z extension). I have
  28. tried to SET FILE NAMES LITERAL, with no success. I have also tried to
  29. have the script send the file using the as-name convention (That was a
  30. terrible idea... sent the file with the name of "as-name [filespec]). Is
  31. there any way to send the file and keep the ".Z" extension?